THE BEST SIXTY PROJECT WITH THE ARDUiNO by AVCU Elif

THE BEST SIXTY PROJECT WITH THE ARDUiNO by AVCU Elif

Author:AVCU, Elif [AVCU, Elif]
Language: eng
Format: azw3
Published: 2018-12-20T16:00:00+00:00


void loop()

{

thumb = analogRead(ResThumb);

index = analogRead(ResIndex);

middle = analogRead(ResMiddle);

annular = analogRead(ResAnnular);

pinky = analogRead(ResPinky);

if(thumb > OpenedThumb)

OpenedThumb = thumb;

if(index > OpenedIndex)

OpenedIndex = index;

if(middle > OpenedMiddle)

OpenedMiddle = middle;

if(annular > OpenedAnnular)

OpenedAnnular = annular;

if(pinky > OpenedPinky)

OpenedPinky = pinky;

if(thumb < ClosedThumb)

ClosedThumb = thumb;

if(index < ClosedIndex)

ClosedIndex = index;

if(middle < ClosedMiddle)

ClosedMiddle = middle;

if(annular < ClosedAnnular)

ClosedAnnular = annular;

if(pinky < ClosedPinky)

ClosedPinky = pinky;



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.